home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / compress / local.mk < prev    next >
Encoding:
Makefile  |  1993-01-03  |  715 b   |  24 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. # this first way doesn't really work.
  9. #CFLAGS        += -DBSD4_2 -O -DSACREDMEM=256000 -DUSERMEM=`cat USERMEM`
  10. CFLAGS        += -DBSD4_2 -O -DSACREDMEM=256000 -DUSERMEM=1170000
  11.  
  12. #include    <$(SYSMAKEFILE)>
  13.  
  14. #
  15. # Add more install stuff in order to create symbolic links for other
  16. # incarnations of the program.
  17. #
  18.  
  19. SYNONYMS    = $(INSTALLDIR).$(TM)/uncompress $(INSTALLDIR).$(TM)/zcat
  20.  
  21. install        :: $(SYNONYMS)
  22. $(SYNONYMS)    :
  23.     ln -s $(NAME) $(.TARGET)
  24.